//Did the sucker complete?
if(this.completed() || this.getException() != null)
{
System.out.println(getOpName() + " completed");
break;
}
//Did the sucker complete?
if(this.completed() || this.getException() != null)
{
log.info("{} completed", getOpName());
break;
}